home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Interactive Reference Guide
/
C-C++ Interactive Reference Guide.iso
/
c_ref
/
csource1
/
owlgen
/
owlapp.h
< prev
next >
Wrap
C/C++ Source or Header
|
1992-11-14
|
623b
|
49 lines
#ifndef __OWLAPP_H
#define __OWLAPP_H
#ifndef __OWL_H
#include <owl.h>
#endif
#ifndef __DIALOG_H
#include <dialog.h>
#endif
#ifndef __CHECKBOX_H
#include <checkbox.h>
#endif
#ifndef __COMBOBOX_H
#include <combobox.h>
#endif
#ifndef __BUTTON_H
#include <button.h>
#endif
#ifndef __EDIT_H
#include <edit.h>
#endif
#ifndef __GROUPBOX_H
#include <groupbox.h>
#endif
#ifndef __LISTBOX_H
#include <listbox.h>
#endif
#ifndef __RADIOBUT_H
#include <radiobut.h>
#endif
#ifndef __SCROLLBA_H
#include <scrollba.h>
#endif
#ifndef __STATIC_H
#include <static.h>
#endif
#endif